Skip to content

Bump idna from 3.15 to 3.16#12686

Open
dependabot[bot] wants to merge 1 commit into
3.14from
dependabot/pip/3.14/idna-3.16
Open

Bump idna from 3.15 to 3.16#12686
dependabot[bot] wants to merge 1 commit into
3.14from
dependabot/pip/3.14/idna-3.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps idna from 3.15 to 3.16.

Changelog

Sourced from idna's changelog.

3.16 (2026-05-22)

  • Add a command-line interface (python -m idna, also available as the idna script). Encodes or decodes one or more domains supplied as arguments or on standard input, with options to select A-label or U-label output and control error handling.
  • Raise the minimum supported Python version to 3.9
  • Various code quality improvements
Commits
  • 6d1a0de Release 3.16
  • 4e6cbe2 Demote installation instruction to usage section
  • 223533c Merge branch 'readme-simplification' into release-3.16
  • b1640b2 Bump version to 3.16rc0
  • 3a86113 Update history for 3.16 release
  • d4bc9e7 Merge pull request #246 from kjd/python-3.9
  • a21d9fc Update deprecation policy
  • b464926 Raise minimum Python to 3.9 and modernize typing
  • 7f3b15e Explicit example not needed
  • 7530c70 Remove unnecessary print()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [idna](https://github.com/kjd/idna) from 3.15 to 3.16.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.15...v3.16)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.16'
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@dependabot dependabot Bot requested review from asvetlov and webknjaz as code owners May 22, 2026 10:51
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 22, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 22, 2026 10:52
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4476 1 4475 132
View the full list of 1 ❄️ flaky test(s)
tests.autobahn.test_autobahn::test_client

Flake rate in main: 4.76% (Passed 20 times, Failed 1 times)

Stack Traces | 39.7s run time
report_dir = PosixPath('.../pytest-of-runner/pytest-0/reports0')
request = <FixtureRequest for <Function test_client>>

    #x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.autobahn#x1B[90m#x1B[39;49;00m
    #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_client#x1B[39;49;00m(report_dir: Path, request: pytest.FixtureRequest) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
        client = subprocess.Popen(#x1B[90m#x1B[39;49;00m
            (#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mwait-for-it#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33m-s#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mlocalhost:9001#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33m--#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mcoverage#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mrun#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33m-a#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[.../autobahn/client/client.py#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
        )#x1B[90m#x1B[39;49;00m
        #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            autobahn_container = docker.run(#x1B[90m#x1B[39;49;00m
                detach=#x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                image=#x1B[33m"#x1B[39;49;00m#x1B[33mautobahn-testsuite#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                name=#x1B[33m"#x1B[39;49;00m#x1B[33mautobahn#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                publish=[(#x1B[94m9001#x1B[39;49;00m, #x1B[94m9001#x1B[39;49;00m)],#x1B[90m#x1B[39;49;00m
                remove=#x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                volumes=[#x1B[90m#x1B[39;49;00m
                    (request.path.parent / #x1B[33m"#x1B[39;49;00m#x1B[33mclient#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33m/config#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
                    (report_dir, #x1B[33m"#x1B[39;49;00m#x1B[33m/reports#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
                ],#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
            client.wait()#x1B[90m#x1B[39;49;00m
        #x1B[94mfinally#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            client.terminate()#x1B[90m#x1B[39;49;00m
            client.wait()#x1B[90m#x1B[39;49;00m
            #x1B[90m# https://github..../python-on-whales/pull/580#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
            autobahn_container.stop()  #x1B[90m# type: ignore[union-attr]#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
>       results = get_test_results(report_dir / #x1B[33m"#x1B[39;49;00m#x1B[33mclients#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33maiohttp#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m

autobahn_container = <[NoSuchContainer("The command executed was `.../usr/bin/docker container inspect 282ac97168b809bccd7bfb2e1a283394a5fbc5a...7168b809bccd7bfb2e1a283394a5fbc5a7ad38f4ae17220584d046612b\n'\n") raised in repr()] Container object at 0x7fb618c5fcb0>
client     = <Popen: returncode: 1 args: ('wait-for-it', '-s', 'localhost:9001', '--', 'c...>
report_dir = PosixPath('.../pytest-of-runner/pytest-0/reports0')
request    = <FixtureRequest for <Function test_client>>

#x1B[1m#x1B[31mtests/autobahn/test_autobahn.py#x1B[0m:104: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[31mtests/autobahn/test_autobahn.py#x1B[0m:48: in get_test_results
    #x1B[0mresults = json.loads((path / #x1B[33m"#x1B[39;49;00m#x1B[33mindex.json#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m).read_text())[name]#x1B[90m#x1B[39;49;00m
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
        name       = 'aiohttp'
        path       = PosixPath('.../pytest-of-runner/pytest-0/reports0/clients')
#x1B[1m#x1B[31m../......../_temp/uv-python-dir/cpython-3.14.5-linux-x86_64-gnu/lib/python3.14/pathlib/__init__.py#x1B[0m:787: in read_text
    #x1B[0m#x1B[94mwith#x1B[39;49;00m #x1B[96mself#x1B[39;49;00m.open(mode=#x1B[33m'#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m, encoding=encoding, errors=errors, newline=newline) #x1B[94mas#x1B[39;49;00m f:#x1B[90m#x1B[39;49;00m
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
        encoding   = 'locale'
        errors     = None
        newline    = None
        self       = PosixPath('.../pytest-of-runner/pytest-0/reports0/clients/index.json')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = PosixPath('.../pytest-of-runner/pytest-0/reports0/clients/index.json')
mode = 'r', buffering = -1, encoding = 'locale', errors = None, newline = None

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mopen#x1B[39;49;00m(#x1B[96mself#x1B[39;49;00m, mode=#x1B[33m'#x1B[39;49;00m#x1B[33mr#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m, buffering=-#x1B[94m1#x1B[39;49;00m, encoding=#x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
             errors=#x1B[94mNone#x1B[39;49;00m, newline=#x1B[94mNone#x1B[39;49;00m):#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""#x1B[39;49;00m
    #x1B[33m    Open the file pointed to by this path and return a file object, as#x1B[39;49;00m
    #x1B[33m    the built-in open() function does.#x1B[39;49;00m
    #x1B[33m    """#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m #x1B[33m"#x1B[39;49;00m#x1B[33mb#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m #x1B[95mnot#x1B[39;49;00m #x1B[95min#x1B[39;49;00m mode:#x1B[90m#x1B[39;49;00m
            encoding = io.text_encoding(encoding)#x1B[90m#x1B[39;49;00m
>       #x1B[94mreturn#x1B[39;49;00m io.open(#x1B[96mself#x1B[39;49;00m, mode, buffering, encoding, errors, newline)#x1B[90m#x1B[39;49;00m
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE       FileNotFoundError: [Errno 2] No such file or directory: '.../pytest-of-runner/pytest-0/reports0/clients/index.json'#x1B[0m

buffering  = -1
encoding   = 'locale'
errors     = None
mode       = 'r'
newline    = None
self       = PosixPath('.../pytest-of-runner/pytest-0/reports0/clients/index.json')

#x1B[1m#x1B[31m../......../_temp/uv-python-dir/cpython-3.14.5-linux-x86_64-gnu/lib/python3.14/pathlib/__init__.py#x1B[0m:771: FileNotFoundError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 22, 2026

Merging this PR will not alter performance

✅ 72 untouched benchmarks
⏩ 7 skipped benchmarks1


Comparing dependabot/pip/3.14/idna-3.16 (b3c3cc9) with 3.14 (9e703c7)

Open in CodSpeed

Footnotes

  1. 7 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants